+page

Sandbox

This is a page which does not inherit the (main) group layout so it can display components and stories in isolation when loaded via an iframe.

Variants
Individual Story
If there is a params.id (story ID), find the corresponding module matching params.file from data.modules, pass props being pulled from the query params, and hide all other content outside that Story using CSS
Individual Story
If there is a params.id (story ID), find the corresponding module matching params.file from data.modules, pass props being pulled from the query params, and hide all other content outside that Story using CSS
Individual Story
If there is a params.id (story ID), find the corresponding module matching params.file from data.modules, pass props being pulled from the query params, and hide all other content outside that Story using CSS
Component Variant
if no storyId query param, find the module matching params.file from data.modules and pass props found in the query params
Component Variant
if no storyId query param, find the module matching params.file from data.modules and pass props found in the query params
Component Variant
if no storyId query param, find the module matching params.file from data.modules and pass props found in the query params
Component Variant
without props
Component Variant
without props
Component Variant
without props
Edit page on GitHub